QuickTime 3 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Flattening Flags

The flags parameter for the FlattenMovieData function specifies a set of movie flattening flags. QuickTime 2.1 provided one new flag that you must set when specifying a data reference to flatten a movie to, instead of a file:

enum {
    flattenFSSpecPtrIsDataRefRecordPtr  = 1L << 4
};

Flag description

flattenFSSpecPtrIsDataRefRecordPtr
Set this flag to 1 if the FSSpec pointer is a DataReferencePtr . This capability enables you to flatten movies for devices other than file systems.

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |